home *** CD-ROM | disk | FTP | other *** search
/ Champak 49 / Volume 49 - JOGO DISK .iso / Games / homerunboy.swf / scripts / DefineSprite_372 / frame_6 / DoAction.as
Encoding:
Text File  |  2007-10-01  |  241 b   |  10 lines

  1. gotoAndPlay("t" + (random("5") + 1));
  2. _parent.balls -= 1;
  3. setMeter(_parent.ballScore_mc,_parent.balls);
  4. if(_parent.balls < 0)
  5. {
  6.    _parent.balls = 0;
  7.    setMeter(_parent.ballScore_mc,_parent.balls);
  8.    _parent.gotoAndStop("win");
  9. }
  10.